Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayStyleCollection Class / CopyTo Method / CopyTo(HolidayStyle[]) Method
An array of type HolidayStyle serving as the destination for the copy action.


In This Topic
CopyTo(HolidayStyle[]) Method
In This Topic
Copies the items of the HolidayStyleCollection to a compatible one-dimensional array of type HolidayStyle, starting from the first index of the target array.
Syntax
'Declaration
 
Public Overloads Sub CopyTo( _
   ByVal array() As HolidayStyle _
) 
 
'Usage
 
Dim instance As HolidayStyleCollection
Dim array() As HolidayStyle
 
instance.CopyTo(array)

Parameters

array
An array of type HolidayStyle serving as the destination for the copy action.
See Also